home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk61 / ascii2ps / readme < prev    next >
Text File  |  1995-03-19  |  2KB  |  67 lines

  1. This is a new version of a2ps, a program to format an ascii file for
  2. printing in a postcript printer. As the copyright indicates, this
  3. distribution can be freely redistributed.
  4.  
  5. Initial version was a shell program written by evan@csli (Evan
  6. Kirshenbaum). It was very slow and contained many bugs. The new
  7. version was written in C by Miguel Santana for improve speed 
  8. execution and portability. New features and improvements have
  9. been added.  I just did a simple port to the Amiga.
  10.  
  11.  
  12. Some notes on the distribution:
  13.  
  14.     Installation is done by modifying and executing Makefile included
  15.     in this distribution. You must give your own values to two variables:
  16.     - HEADER_PS   with the included Makefile, a2ps will search S: for
  17.                   the file a2ps.ps at execution time.
  18.     - compiler    compiler name, actually one of UNIX, SYSV, ANSIC. Turbo
  19.                   C and Microsoft C are considered ANSIC compilers.  On the
  20.                   Amiga compile with the ANSIC flag for either Manx C or
  21.                   Lattice C compilers.
  22.     a2ps has been successfully ported to Unix 4.3BSD, Unix SystemV, MSDOS,
  23.     and AmigaDOS.
  24.  
  25.  
  26. The a2ps distribution consists of the following files:
  27.  
  28.         README          This message
  29.         Makefile
  30.         a2ps.c          a2ps source
  31.         a2ps.1          a troff manual (man file)
  32.         a2ps.ps         postcript header used by a2ps
  33.  
  34. Decide where you want to keep these files and move it there.
  35. Edit "Makefile" and change the definition of HEADER_PS (to
  36. reflect the full pathname of a2ps.ps) and of compiler name.
  37. To make a2ps do:
  38.  
  39.     make a2ps
  40.  
  41. To install it, do:
  42.  
  43.     make install
  44.  
  45. Format the manual entry using
  46.  
  47.     nroff -man a2ps.1
  48.  
  49.  
  50. Please send problems and feedback to:
  51.  
  52.     miguel@imag.fr or miguel@imag.UUCP (uunet.uu.net!imag!miguel)
  53.  
  54.     Miguel SANTANA
  55.     LGI
  56.     IMAG-Campus
  57.     BP 53X
  58.     38041 Grenoble Cedex
  59.  
  60. For the Amiga version contact:
  61.  
  62.     paolucci@snll-arpagw.llnl.gov
  63.  
  64.     Dr. Samuel Paolucci
  65.     1351 Roselli Dr.
  66.     Livermore, CA 94550
  67.